home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / blitzbasic / blitz-list200994.lha / blitz-list / text0218.txt < prev    next >
Encoding:
Text File  |  1994-09-20  |  2.0 KB  |  51 lines

  1. Date sent: 17-AUG-1994 
  2.  
  3. Just thought I'd mail the list with a couple of updates to my map editor.
  4.  
  5. The editor now sports an OPTIONAL shape scroller at the top of the screen. 
  6. This stretches across the whole width of the screen and allows you to quickly
  7. select any shape in the currently loaded file.  It can be switched on or off
  8. and its status can be saved as a tooltype.
  9.  
  10. You can now save your prefered screen mode.  The editor will automatically open
  11. its screen to match your choice.
  12.  
  13. Shapes can now be grabbed from IFF's using the LoadShapes menu item.  Just
  14. click on an IFF instead of a shapes file and you'll be given a option to grab
  15. the palette from the iff, the program will then automatically cut out the
  16. shapes and then resort them as if they were a normal shapes file.
  17.  
  18. Shapes can now be named!  Give a shape a name and then save out all defined
  19. names as an ASCII file that looks like this:
  20.  
  21.             #BACKGROUND=0
  22.             #DESTRUCT=1
  23.             #NONDESTRUCT=2
  24.  
  25. These constants can then be used straight in your program - making it easier to
  26. change your shapes file in the future!  You can also select a shape by name
  27. rather than by number or image.
  28.  
  29. Hmmmmm..... Anything else?  Probably but I'll be buggered if I can
  30. remember......... ;-)
  31.  
  32. Oh well, the editor should be available soon!
  33.  
  34.  
  35. Thanx,
  36.  
  37. Steve Mc.
  38.  
  39. +---------------------------------------------------------------------------+
  40. | Stephen McNamara  Reflective Images| Gripes : My map editor's a bit buggy |
  41. |====================================+======================================|
  42. | A1200/170HD/6MB/Blitz2             | Current project : BlitzBombers AGA   |
  43. |                                    | [##############################::::] |
  44. |      >>> HANG-FIRE <<<             | Current Project : RI Libs v???       |
  45. |                                    | [###########################:::::::] |
  46. |  Help me:ANIM8 file format please! | Current Project : RI Map Editor v1.2 |
  47. |  sis3149@sisvax.sis.port.ac.uk     | [#################################:] |
  48. \____________________________________|______________________________________/
  49.  
  50.  
  51.